home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 1 / PC Actual CD 01.iso / share / dos / graficos / plydat14.arj / LATHE3.PI < prev    next >
Encoding:
Text File  |  1992-04-01  |  935 b   |  51 lines

  1. // Generic Polyray input File
  2. // Polyray input file: Alexander Enzmann
  3.  
  4. start_frame 0
  5. end_frame 45
  6. total_frames 45
  7. outfile lbx
  8.  
  9. // Set up the camera
  10. viewpoint {
  11.    from <0,5,-15>
  12.    at <0,0,0>
  13.    up <0,1,0>
  14.    angle 45
  15.    hither 1
  16.    resolution 128, 128
  17.    }
  18.  
  19. background midnight_blue
  20. light <-10, 20, -10>
  21. light < 10, 20, -10>
  22.  
  23. define bozo1
  24. texture {
  25.    noise surface {
  26.       color white
  27.       octaves 2
  28.       position_fn 1
  29.       position_scale frame / 10
  30.       lookup_fn 1
  31.       turbulence 2
  32.       ambient 0.3
  33.       diffuse 0.8
  34.       specular 0.6
  35.       microfacet Reitz 10
  36.       color_map(
  37.      [0,   0.1, red,     orange]
  38.      [0.1, 0.3, orange,  blue]
  39.      [0.3, 0.5, blue,    skyblue]
  40.      [0.5, 0.7, skyblue, orange]
  41.      [0.7, 0.9, orange,  magenta]
  42.      [0.9, 1.0, magenta, red])
  43.       }
  44.    }
  45.  
  46. object {
  47.    lathe 2, <0, 1, 0>, 5,
  48.          <3, -5>, <0.5, -3>, <4, -2>, <3, 2>, <0, 4>
  49.    bozo1
  50.    }
  51.